log/slog.commonHandler.nOpenGroups (field)

8 uses

	log/slog (current package)
		handler.go#L196: 	nOpenGroups int      // the number of groups opened in preformattedAttrs
		handler.go#L209: 		nOpenGroups:       h.nOpenGroups,
		handler.go#L252: 		h2.nOpenGroups = len(h2.groups)
		handler.go#L330: 	nOpenGroups := s.h.nOpenGroups
		handler.go#L349: 			nOpenGroups = s.h.nOpenGroups
		handler.go#L397: 		*s.groups = append(*s.groups, h.groups[:h.nOpenGroups]...)
		handler.go#L414: 	for _, n := range s.h.groups[s.h.nOpenGroups:] {